home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / test.arc / README.TXT < prev    next >
Text File  |  1987-06-30  |  5KB  |  116 lines

  1. NOTE:  The PostScript files in this archive have all been modified to produce
  2.        output on a standard PostScript printer using Helvetica and Times
  3.        fonts, so no file editing should be necessary.  Bugs were also
  4.        repaired in the D, E, and I files.  The only routine that still
  5.        wouldn't print on our LaserWriter was the T.PS file.  Adobe has given
  6.        permission for public domain distribution of these routines.
  7.  
  8.  
  9. Colophon Three Disk
  10.  
  11. Before starting:
  12.  
  13. Our intent in distributing this diskette is to inspire and inform. By examining
  14. the code for the alphabet you will see how these special effects were produced.
  15. You are encouraged to use this code directly, change it, incorporate it into
  16. your own work and go beyond what you see here, to produce something new and
  17. exciting. Use this code as a starting point from which you can build logotypes,
  18. headlines and special graphics.
  19.  
  20. To print the files which produce the alphabet from the Colophon 3 Showpage
  21. section you will need access to a POSTSCRIPT¤ printer.
  22.  
  23.  
  24. About the Alphabet:
  25.  
  26. This diskette contains 26 POSTSCRIPT files taken from the Colophon 3 Showpage
  27. section.  Each file is a short POSTSCRIPT program. These programs demonstrate
  28. different techniques and ideas for manipulating POSTSCRIPT fonts. In producing
  29. Colophon 3 we tried to show the variety of fonts available on POSTSCRIPT
  30. printers. Some of these fonts are not built into every POSTSCRIPT printer, but
  31. they are available as downloadable fonts. If you do not have these fonts, you
  32. should change the font to one which you can access, otherwise the printer will
  33. substitue Courier for the missing font. All POSTSCRIPT fonts except for the
  34. built-in Courier are described by their outline. Not being an outline font,
  35. Courier may cause some programs which manipulate the character path to fail.
  36.  
  37. The POSTSCRIPT programs which produce the alphabet are plain text files. To
  38. edit them use a text editor such as "Edit"or "QUED". Alternatively a word
  39. processor may be used if the files are then saved with the "text only" option.
  40. Neither a text editor nor a word processor have been included on this Colophon
  41. 3 diskette.
  42.  
  43. To change the font, look for the "findfont" operator, it is this POSTSCRIPT
  44. command which selects a font. Preceding the "findfont" operator is the font
  45. name, change this name to your selected font. For many of the programs if the
  46. font is changed the effect will not look the same and other parts of code will
  47. need to be adjusted.  At a minimum you will always find these outline fonts in
  48. a POSTSCRIPT printer.
  49.  
  50. Times-Roman       Helvetica
  51. Times-Italic      Helvetica-Oblique
  52. Times-Bold        Helvetica-Bold
  53. Times-BoldItalic  Helvetica-BoldOblique
  54.  
  55.  
  56. Example
  57.  
  58. find:
  59.  
  60. /Galliard-BoldItalic findfont 200 scalefont setfont
  61.  
  62. change to:
  63.  
  64. /Times-BoldItalic findfont 200 scalefont setfont    % was Galliard-BoldItalic
  65.  
  66.  
  67. Adobe POSTSCRIPT fonts are available from Adobe Systems Inc. or an authorized
  68. Adobe Type Library dealer. For the name of the Adobe Systems' typeface dealer
  69. nearest you, or for more information on the type library call us at
  70. 1-800-29-ADOBE(outside California) or 1-800-85-ADOBE(inside California).
  71.  
  72.  
  73. About SendPS:
  74.  
  75. This is a Macintosh application program written at Adobe Systems Inc. SendPS is
  76. used to send POSTSCRIPT code directly to a POSTSCRIPT printer over AppleTalk¤.
  77. To use SendPS, launch the program and then select "Download POSTSCRIPT File"
  78. from the "File" menu. From the dialog box pick the POSTSCRIPT program you wish
  79. to send. If there is an error in the POSTSCRIPT code, an error message from the
  80. printer will be shown on screen. Messages sent from the printer will be stored
  81. in a printer log file. This log file can be found in the volume from which
  82. SendPS was launched.
  83.  
  84.  
  85. Programming in POSTSCRIPT
  86.  
  87. If you would like to learn more about PostScript programming we have produced
  88. two books published by Addison-Wesley, the PostScript Language Reference Manual
  89. (ISBN 0-201-10174-2, $22.95, 336 pages, illustrated) and the PostScript
  90. Language Tutorial and Cookbook (ISBN 0-201-10179-3, $16.95, 256 pages,
  91. illustrated).
  92.  
  93. These books should be available in you local bookstore. Most bookstores will
  94. accept orders using the ISBN (International Standard Book Number) codes given
  95. above. If you are unable to locate the books in your area, Adobe will sell them
  96. for list price plus shipping and handling.
  97.  
  98. The prices are:
  99.  
  100. PostScript Language Reference Manual (@$28.00 in the 48 states, $33.00
  101. elsewhere) PostScript Language Tutorial and Cookbook (@$22.00 in the 48 states,
  102. $27.00 elsewhere) Both books (@$45.00 in the 48 states, $50.00 elsewhere)
  103.  
  104. To purchase the books from Adobe Systems, send your check and order to:
  105.  
  106. POSTSCRIPT Language Books
  107. Adobe Systems Incorporated
  108. 1870 Embarcadero Road
  109. Palo Alto, CA 94303
  110.  
  111.  
  112. POSTSCRIPT is a registered trademark of Adobe Systems Incorporated.
  113. AppleTalk is a registered trademark of Apple Computer Incorporated.
  114.  
  115.  
  116.